home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / games / windows / ulogic11 / _setup.1 / UltraLogic.exe / 0 / RCDATA / TFRMPROPERTIES / TFRMPROPERTIES.txt < prev   
Text File  |  1996-05-26  |  2KB  |  108 lines

  1. object frmProperties: TfrmProperties
  2.   Left = 357
  3.   Top = 123
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = btnOk
  7.   BorderIcons = [biSystemMenu, biHelp]
  8.   BorderStyle = bsSingle
  9.   Caption = 'Properties'
  10.   ClientHeight = 190
  11.   ClientWidth = 211
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgBackGround: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 211
  25.     Height = 190
  26.     Align = alClient
  27.     Picture.Data = {<image000.bmp>}
  28.     Stretch = True
  29.   end
  30.   object btnOk: TButton
  31.     Left = 22
  32.     Top = 159
  33.     Width = 75
  34.     Height = 25
  35.     HelpContext = 1
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     PopupMenu = PopupMenu2
  40.     TabOrder = 0
  41.   end
  42.   object btnCancel: TButton
  43.     Left = 115
  44.     Top = 159
  45.     Width = 75
  46.     Height = 25
  47.     HelpContext = 2
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     PopupMenu = PopupMenu2
  52.     TabOrder = 1
  53.   end
  54.   object PageControl1: TPageControl
  55.     Left = 5
  56.     Top = 5
  57.     Width = 201
  58.     Height = 149
  59.     ActivePage = tsheetGeneral
  60.     TabOrder = 2
  61.     object tsheetGeneral: TTabSheet
  62.       Caption = 'General'
  63.       object chkBackGroundMusic: TCheckBox
  64.         Left = 19
  65.         Top = 18
  66.         Width = 116
  67.         Height = 17
  68.         HelpContext = 1101
  69.         Caption = 'Background music'
  70.         PopupMenu = PopupMenu2
  71.         State = cbChecked
  72.         TabOrder = 0
  73.       end
  74.       object chkSmartHints: TCheckBox
  75.         Left = 19
  76.         Top = 51
  77.         Width = 97
  78.         Height = 17
  79.         HelpContext = 1102
  80.         Caption = 'Smart Hints'
  81.         PopupMenu = PopupMenu2
  82.         State = cbChecked
  83.         TabOrder = 1
  84.       end
  85.       object chkAutoCheck: TCheckBox
  86.         Left = 19
  87.         Top = 84
  88.         Width = 122
  89.         Height = 17
  90.         HelpContext = 1103
  91.         Caption = 'Automatic Checking'
  92.         PopupMenu = PopupMenu2
  93.         State = cbChecked
  94.         TabOrder = 2
  95.       end
  96.     end
  97.   end
  98.   object PopupMenu2: TPopupMenu
  99.     Left = 207
  100.     Top = 341
  101.     object pmenuWhatsThis: TMenuItem
  102.       Caption = '&What'#39's This?'
  103.       ShortCut = 0
  104.       OnClick = pmenuWhatsThisClick
  105.     end
  106.   end
  107. end
  108.